home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: delta / whiteline CD Series - delta.iso / tools / utils / smc_tt1 / db_proto.h < prev    next >
Text File  |  1995-11-25  |  164b  |  8 lines

  1. /*--- Prototypen fuer Debugausgaben ---- */
  2.  
  3. void debug_open(void);
  4. void debug_close(void);
  5. void debug_str(char *str);
  6. void debug_int(char *txt,long wert);
  7.  
  8.